home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MODULES / LESSON06 / ACT06B / L06B2.dir / scripts_19_state sprite.ls < prev    next >
Encoding:
Text File  |  2004-07-12  |  138 b   |  8 lines

  1. on enterFrame
  2.   global gStateList
  3.   pos = getPos(gStateList, the frameLabel)
  4.   if pos > 0 then
  5.     deleteAt(gStateList, pos)
  6.   end if
  7. end
  8.